GlobalMemoryStatus (coredll)
Last changed: -202.167.216.90

.
Summary
This function gets information on the physical and virtual memory of the system.

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern void GlobalMemoryStatus(ref MEMORYSTATUS lpBuffer);

VB Signature:

Public Declare Function GlobalMemoryStatus Lib "CoreDll.Dll" _
    (ByRef ms As MEMORYSTATUS) As Integer

User-Defined Types:

MEMORYSTATUS

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation